home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / scrypter.lha / SCrypter131a / SCrypter.doc < prev    next >
Text File  |  1991-04-16  |  6KB  |  196 lines

  1.  
  2.  
  3.                               SCrypter V1.31a (9.12.1995)
  4.                                     by
  5.                            ©Luca Ferraris 1995 
  6.  
  7.  
  8.                                * Introduction
  9.                                * Contents
  10.                                * Use 
  11.                                * Future
  12.                                * Author
  13.                                * History
  14.                                * Copyrights
  15.                                * Disclaimer
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                                 INTRODUCTION
  22.                                 ------------
  23.  
  24. This simple program has been written in C and compiled with DICE (Free
  25. Version). It is my first attempt to write a C program for Amiga 
  26. (see "Author" for more informations...). 
  27. It's an improved porting from my Unix Version (see "History").
  28. However,it has been speeded up on Amiga, due to optimized code. This is
  29. version 1.31. You can use it on BINARY files too...
  30.  
  31.                      REMEBER, THIS IS A BETA VERSION!
  32.           I HAVE NO RESPONSABILITY ABOUT DAMAGES AT YOUR SYSTEM.
  33.  
  34. SCrypter is very useful if used with DOPUS,assigning it to a button.
  35.  
  36.  
  37.   
  38.                                 CONTENTS
  39.                                 --------
  40.  
  41. This archive includes a CLI-based command named SCrypter plus documents in 
  42. ASCII & Amigaguide format.This should be the archive contents:
  43.  
  44.   - SCrypter
  45.   - SCrypter.doc
  46.   - SCrypter.guide
  47.     
  48.  
  49.  
  50.  
  51.                                      USE
  52.                                      ---
  53.  
  54.  SCrypter's use is very simple! Open a shell and type:
  55.  
  56.  SCrypter OPT [infile] [outfile]
  57.  
  58.  N.B.: Arguments HAVE TO BE at least three! No crash, however ;-)
  59.  
  60.  OPT can be:
  61.  
  62.  -c crypt      You have to give all arguments (infile & outfile)
  63.  -d decrypt    if you give only the source file, output will be displayed
  64.                in the current window else output will be putted in the
  65.                destination file.
  66.  
  67.  If you are omitting an argument, SCrypter will show you a message with
  68.  the right use.
  69.  
  70.  And now some numbers!
  71.  
  72.  On a standard A500 7Mhz+512K Fast Ram, SCrypter worked so:
  73.  
  74.  File Lenght           Crypt/Decrypt Time       cps           SRC->DEST
  75.  -----------           ------------------       ---           ---------
  76.  4296  bytes           15-17 secs              252-283        RAM->RAM
  77.  15688   -             54-57 secs              275-290        RAM->RAM
  78.  325     -             3     secs              108            DSK->RAM
  79.   -      -             2.5   secs              130            RAM->RAM
  80.  
  81.  Well.You can see that SCrypter has been tested only on small files. 
  82.  Speed is higher if SCrypter is used on larger files and source/dest 
  83.  are both present in RAM DISK.
  84.  
  85.  You shouldn't have problems using SCrypter with files larger than 16K.
  86.  
  87.  SCrypter has been tested on these machines:
  88.  
  89.  * A500 7Mhz 1MB RAM (512Chip + 512Fast), KS 1.2/1.3/2.0
  90.  * A1200 Standard
  91.  
  92.  
  93.                                     FUTURE
  94.                                     ------
  95.  
  96. Next release will surely support a PASSWORD to crypt files. However, next
  97. releases will be improved with:
  98.  
  99.   * GUI
  100.   * File requester.
  101.  
  102. Look for them on Aminet,Your Local BBS,PD collection and more!
  103.  
  104.  
  105.  
  106.                                   AUTHOR
  107.                                   ------
  108.  
  109. This is my first attempt to program in C language on AMIGA systems. 
  110. I programmed (and i'm programming too...) with AMOS/AMOS PRO Basic and i 
  111. have written a lot of utilities and interesting applications. Some of them 
  112. are also present on Aminet. I started to use C some months ago, when i went
  113. to the Department of Computers Science placed in Turin (Italy). 
  114. For any bugs,suggestion or simple mail you can contact me at:
  115.  
  116.                 E-mail: aldo@educ.di.unito.it ( Turin ITA )
  117.  
  118.                 S-mail: c/o Luca Ferraris
  119.                 Via Porpora 42
  120.                 10154 Turin
  121.                 ITALY
  122.  
  123. HTTP:   http://www.di.unito.it/pub/WWW/www_student/amiga/LucaFerraris/
  124.  
  125. I would like to thank:
  126.  
  127.    - Commodore for creating Amigas
  128.    - Amiga Technologies Gmbh. making Amiga stronger
  129.    - Francois Lionet for AMOS/AMOS Pro
  130.    - Nico Francois   for PowerPacker library and more...
  131.  
  132.    - All at AMOS-list (expecially Paul Hickman,Andy Church,Chris Hodges and
  133.      Mauro Fontana)
  134.  
  135.    - Marco Musso,Diego Cortassa & Canardi Enrico
  136.    - My beta-testers: Dematteis Enrico 
  137.    - My Cat!
  138.    
  139. I hate PCs,Microsoft and anyone releated with them (Olivetti too...)
  140.  
  141.  
  142.  
  143.                                   HISTORY
  144.                                   -------
  145.  
  146.   V1.0 (Nov 1995)
  147.   ----------------
  148.   * Porting of my first Unix Version (May 1995)
  149.   * Two 7K-CLI commands (crypt/decrypt)
  150.   * No options
  151.   * Never released
  152.  
  153.   V1.2 (25.11.1995)
  154.   -----------------
  155.   * Some changes to parse arguments
  156.   * Introduction of "?" option to view how to use SCrypter (TxTCrypter V1.2).
  157.   * Never released
  158.  
  159.   V1.3 (30.11.1995)
  160.   ----------------
  161.   * Improved version with options c/d to crypt/decrypt
  162.   * Removed the "?" option
  163.   * Smaller code (ALL less than 8K)
  164.   * Never released (It was OK)
  165.  
  166.   V1.31 (1.12.1995)
  167.   -----------------
  168.   * Added control on file-existance
  169.   * Never Released 
  170.  
  171.   V1.31a (Latest Version) (9.12.1995)
  172.   -----------------------------------
  173.   * Added ANSI Codes to display messages in some styles
  174.   * First Released Version
  175.  
  176.  
  177.  
  178.  
  179.                                 COPYRIGHTS
  180.                                 ----------
  181.  
  182. This program is cardware! Distribute/Use it without problems. Postcard or
  183. mails are well accepted. Suggestions too.
  184.  
  185.                       ©1995 (30.11.95) Luca Ferraris
  186.  
  187.  
  188.  
  189.  
  190.                                 DISCLAIMER
  191.                                 ----------
  192.  
  193.                     USE THIS PROGRAM AT YOUR OWN RISK!
  194.             I'M NOT RESPONSABLE ABOUT DAMAGES AT YOUR SYSTEM...
  195.  
  196.